home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / Bonus / DBaldwin / htmllite.exe / delphi5 / dclLVw5.dpk < prev    next >
Encoding:
Delphi Package  |  2000-10-27  |  858 b   |  47 lines

  1. package dclLVw5;
  2.  
  3. {$R *.RES}
  4. {$R 'htmllite.dcr'}
  5. {$ALIGN OFF}
  6. {$ASSERTIONS OFF}
  7. {$BOOLEVAL OFF}
  8. {$DEBUGINFO OFF}
  9. {$EXTENDEDSYNTAX ON}
  10. {$IMPORTEDDATA OFF}
  11. {$IOCHECKS ON}
  12. {$LOCALSYMBOLS OFF}
  13. {$LONGSTRINGS ON}
  14. {$OPENSTRINGS ON}
  15. {$OPTIMIZATION ON}
  16. {$OVERFLOWCHECKS OFF}
  17. {$RANGECHECKS OFF}
  18. {$REFERENCEINFO OFF}
  19. {$SAFEDIVIDE OFF}
  20. {$STACKFRAMES OFF}
  21. {$TYPEDADDRESS OFF}
  22. {$VARSTRINGCHECKS ON}
  23. {$WRITEABLECONST ON}
  24. {$MINENUMSIZE 1}
  25. {$IMAGEBASE $400000}
  26. {$DESCRIPTION 'ThtmlLite'}
  27. {$DESIGNONLY}
  28. {$IMPLICITBUILD ON}
  29.  
  30. requires
  31.   vcl50,
  32.   VCLJPG50;
  33.  
  34. {%File 'LiteCons.inc'}
  35.  
  36. contains
  37.   HTMLLite in 'HTMLLite.pas',
  38.   LiteUn2 in 'LiteUn2.pas',
  39.   LiteGif in 'LiteGif.pas',
  40.   LitePars in 'LitePars.pas',
  41.   LiteSbs1 in 'LiteSbs1.pas',
  42.   LiteSubs in 'LiteSubs.pas',
  43.   LiteCEdt in 'LiteCEdt.pas',
  44.   LiteDith in 'LiteDith.pas';
  45.  
  46. end.
  47.